From: Nick Roberts Date: Sat, 12 May 2007 09:35:19 +0000 (+0000) Subject: Qualify using a separate terminal for debugging. X-Git-Tag: archive/raspbian/1%29.2+1-2+rpi1~1^2~421^2~18897 X-Git-Url: https://dgit.raspbian.org/%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:///%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:/?a=commitdiff_plain;h=a22c80c00edf497f79f04501473234d83445438d;p=emacs.git Qualify using a separate terminal for debugging. --- diff --git a/etc/DEBUG b/etc/DEBUG index ea4e14866ca..3c1912b5d78 100644 --- a/etc/DEBUG +++ b/etc/DEBUG @@ -64,10 +64,10 @@ use the set command until the inferior process has been started. Put a breakpoint early in `main', or suspend the Emacs, to get an opportunity to do the set command. -When Emacs is running in a terminal, it is useful to use a separate terminal -for the debug session. This can be done by starting Emacs as usual, then -attaching to it from gdb with the `attach' command which is explained in the -node "Attach" of the GDB manual. +When Emacs is running in a terminal, it is sometimes useful to use a separate +terminal for the debug session. This can be done by starting Emacs as usual, +then attaching to it from gdb with the `attach' command which is explained in +the node "Attach" of the GDB manual. ** Examining Lisp object values.